PDFPageLabelingRange Class
In This Topic
Defines a labeling range for PDF pages.
A document can be divided into labeling ranges, each of which is a series of consecutive pages using the same numbering system. Pages within a range are numbered sequentially in ascending order. A page's label consists of a numeric portion based on its position within its labeling range, optionally preceded by a label prefix denoting the range itself.
Object Model
Syntax
public class PDFPageLabelingRange
extends Object
|
Inheritance Hierarchy
java.lang.Object
com.o2sol.pdf4java.document.PDFPageLabelingRange
See Also